Stub Article
This article needs more information, clarification, or completion.
You can help us by expanding this article. There may be more information on its talk page.


() of () is a reporter block and a sensing block. It reports an another sprite's (or stage's) value. The options are: position, x position, y position, direction, costume #, costume name, size, extent, width, height, left, right, top, bottom, volume, balance and variables.

([costume # v] of [ v]::sensing)

Workarounds

This block can be simulated with the ask () for () block. Put these blocks in the ring for the result:

BlockResult
(position::motion)position
(x position::motion)x position
(y position::motion)y position
(direction::motion)direction
(costume #::looks)costume #
([name v] of costume (my [costume v]::sensing)::looks)costume name
(size::looks)size
(list (my [width v]::sensing) (my [height v]::sensing) @delInput @addInput::list)extent